]> rtime.felk.cvut.cz Git - hercules2020/jailhouse-build.git/commitdiff
Add .editorconfig
authorMichal Sojka <michal.sojka@cvut.cz>
Tue, 15 May 2018 07:41:25 +0000 (09:41 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Tue, 15 May 2018 07:41:25 +0000 (09:41 +0200)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..6310381
--- /dev/null
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
+
+[jailhouse/*.{c,h}]
+indent_style = tab
+indent_size = 8
+
+[Makefile]
+indent_style = tab