]> Dogcows Code - chaz/homebank/commitdiff
add editorconfig file
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 4 Feb 2018 17:18:15 +0000 (10:18 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 4 Feb 2018 17:18:15 +0000 (10:18 -0700)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..d140832
--- /dev/null
@@ -0,0 +1,19 @@
+
+# Please follow these code style guidelines. You can use this file to
+# automatically configure your editor.
+# For instructions, see: http://editorconfig.org/
+
+[*.{c,h,xs}]
+charset                     = utf8
+indent_size                 = 4
+indent_style                = tab
+insert_final_newline        = true
+trim_trailing_whitespace    = true
+
+[*.xml]
+charset                     = utf8
+indent_size                 = 2
+indent_style                = space
+insert_final_newline        = true
+trim_trailing_whitespace    = true
+
This page took 0.022043 seconds and 4 git commands to generate.