From 55056947a7c0fa9aa549869a6ac9a4c8ac920eeb Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 06 Nov 2018 11:08:45 -0500 Subject: [PATCH] Add .editorconfig --- .editorconfig | 9 +++++++++ diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000000000000000000000000000000000..884f8f944c2d3d1632e6bc6cd2324ee0704d5bb3 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf + +[*.{c,h}] +indent_style = tab +indent_size = 4 -- 2.48.1