commit 55056947a7c0fa9aa549869a6ac9a4c8ac920eeb parent 9695cc5663856933d259c114ac698b0845a4c319 Author: Drew DeVault <sir@cmpwn.com> Date: Tue, 6 Nov 2018 11:08:45 -0500 Add .editorconfig Diffstat:
A | .editorconfig | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf + +[*.{c,h}] +indent_style = tab +indent_size = 4