diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-09-30 16:18:42 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-09-30 16:18:42 +0000 |
commit | 2cd0f0c55561160a7b7903512a7c264959f37663 (patch) | |
tree | a9b4b707c129977e0eb14f77c596a82fbdbd0c93 /.editorconfig | |
parent | 71631df1e7e68582b29d80e149fd46a57e3874eb (diff) | |
download | zsh-2cd0f0c55561160a7b7903512a7c264959f37663.tar.gz zsh-2cd0f0c55561160a7b7903512a7c264959f37663.tar.xz zsh-2cd0f0c55561160a7b7903512a7c264959f37663.zip |
Aaron Schrab: 30712: .editorconfig: multi-editor specification of
editing formats.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..58421c055 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true # Top-most editorconfig file + +[*] +end_of_line = lf +tab_width = 8 +indent_size = 2 + +[*.[ch]] +indent_size = 4 |