diff options
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ceb6e23 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,17 @@ +[*] +charset = utf-8 +insert_final_newline = true + +# The settings for C (*.c and *.h) files are mirrored in .clang-format. Keep +# them in sync. +[*.{c,h,sh,perl,pl,pm,txt}] +indent_style = tab +tab_width = 8 + +[Makefile] +indent_style = tab +tab_width = 8 + +[*.py] +indent_style = space +indent_size = 4 |
