Initial editor config (#175)

This commit is contained in:
mehrdadn
2016-06-27 23:10:55 +03:00
committed by Philipp Moritz
parent e3ad95b200
commit 23c0b1828f
+7
View File
@@ -0,0 +1,7 @@
# top-most EditorConfig file
root = true
[*.{h,c,cpp,hpp,cc,cxx}]
indent_style = space
indent_size = 2
indent_brace_style = K&R