]> jfr.im git - irc/hexchat/hexchat.git/commitdiff
Add editorconfig, describing what indenting style to use.
authorMark Jansen <redacted>
Mon, 3 Apr 2017 21:10:03 +0000 (23:10 +0200)
committerTingPing <redacted>
Tue, 4 Apr 2017 17:22:03 +0000 (13:22 -0400)
See http://editorconfig.org/ for more info.

.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..973cb4f
--- /dev/null
@@ -0,0 +1,14 @@
+# EditorConfig is awesome: http://EditorConfig.org
+
+# top-most EditorConfig file
+root = true
+
+[*.{c,cpp,h,hpp,m}]
+indent_style = tab
+indent_size = 4
+end_of_line = lf
+
+[*.cs]
+indent_style = space
+indent_size = 4
+end_of_line = lf