]> source.dussan.org Git - aspectj.git/commitdiff
Add a basic .editorconfig file 11/head
authorLars Grefer <eclipse@larsgrefer.de>
Fri, 14 Aug 2020 23:27:18 +0000 (01:27 +0200)
committerLars Grefer <eclipse@larsgrefer.de>
Fri, 14 Aug 2020 23:27:18 +0000 (01:27 +0200)
Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..e1a9016
--- /dev/null
@@ -0,0 +1,20 @@
+# EditorConfig is awesome: https://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = lf
+insert_final_newline = true
+
+[*.yml]
+indent_style = space
+indent_size = 2
+
+[*.xml]
+trim_trailing_whitespace = true
+
+[*.{java,aj}]
+charset = utf-8
+trim_trailing_whitespace = true