]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Add .editorconfig with basic definitions
authorMoritz Prinz <moritz.prinz@tngtech.com>
Fri, 26 Jan 2018 10:26:29 +0000 (11:26 +0100)
committerJanos Gyerik <janos.gyerik@sonarsource.com>
Wed, 16 May 2018 12:22:26 +0000 (14:22 +0200)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..1348112
--- /dev/null
@@ -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