aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorLars Grefer <eclipse@larsgrefer.de>2020-08-15 01:27:18 +0200
committerLars Grefer <eclipse@larsgrefer.de>2020-08-15 01:27:18 +0200
commit71d2ce678f653f93d5cfebc9f442c956d45fa1d6 (patch)
tree2e0b8ca66030695f3f6cf2fd88a388d9cdf2b77a /.editorconfig
parent50e1d8e5a1c66197dc7aadc4a12c8abf294e673e (diff)
downloadaspectj-71d2ce678f653f93d5cfebc9f442c956d45fa1d6.tar.gz
aspectj-71d2ce678f653f93d5cfebc9f442c956d45fa1d6.zip
Add a basic .editorconfig file
Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 000000000..e1a90164c
--- /dev/null
+++ b/.editorconfig
@@ -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