mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 12:50:00 -04:00
Add editorconfig file for shell style
(cherry picked from commit bebdfa13be)
This commit is contained in:
parent
a17230fefb
commit
5bd67594b1
2 changed files with 6 additions and 0 deletions
5
.editorconfig
Normal file
5
.editorconfig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[*.sh{,.in}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
binary_next_line = true
|
||||
switch_case_indent = true
|
||||
|
|
@ -147,6 +147,7 @@ Files: **/.clang-format
|
|||
.clang-format
|
||||
.clang-format.headers
|
||||
.dir-locals.el
|
||||
.editorconfig
|
||||
.git-blame-ignore-revs
|
||||
.gitattributes
|
||||
.gitignore
|
||||
|
|
|
|||
Loading…
Reference in a new issue