aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Prinz <moritz.prinz@tngtech.com>2018-01-26 11:26:29 +0100
committerJanos Gyerik <janos.gyerik@sonarsource.com>2018-05-16 14:22:26 +0200
commit3882f4503fc8d857530a55bdf0a35272ff14f488 (patch)
treeab55b88ed354aa12b187bb416c89bc458205020d
parent50c1d9b5781d68f18fd37a555d43b2688e368d26 (diff)
downloadsonar-scanner-cli-3882f4503fc8d857530a55bdf0a35272ff14f488.tar.gz
sonar-scanner-cli-3882f4503fc8d857530a55bdf0a35272ff14f488.zip
Add .editorconfig with basic definitions
-rw-r--r--.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..1348112
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,11 @@
+# editorconfig.org
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+max_line_length = 80
+indent_style = space
+indent_size = 2