From: Michal Sojka Date: Tue, 15 May 2018 07:41:25 +0000 (+0200) Subject: Add .editorconfig X-Git-Tag: 0.0~32 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hercules2020/jailhouse-build.git/commitdiff_plain/8a7c4978d99737d8d47148361906ce1f03912a75 Add .editorconfig --- diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6310381 --- /dev/null +++ b/.editorconfig @@ -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