[Dev] [dbscripts] [PATCH 05/31] Add editor configuration

Luke Shumaker lukeshu at lukeshu.com
Fri Apr 6 18:43:38 GMT 2018


From: Pierre Schmitz <pierre at archlinux.de>

(cherry picked from commit abe255d51bc450ee9c0ac1a4486b4d7d10c9794f)
---
 .editorconfig | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .editorconfig

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ffdaa55
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,7 @@
+root = true
+[*]
+indent_style = tab
+end_of_line = lf
+charset = utf-8
+[*.yml]
+indent_style = space
-- 
2.16.2




More information about the Dev mailing list