]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Add editorconfig file to maintain code style consistency
authorMáté Farkas <farkas.mate38@gmail.com>
Sun, 14 Feb 2016 10:48:55 +0000 (11:48 +0100)
committerMáté Farkas <farkas.mate38@gmail.com>
Sun, 14 Feb 2016 10:56:40 +0000 (11:56 +0100)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..88423f2
--- /dev/null
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = crlf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false