mirror of
https://gitlab.com/pnx-tools/dns-updater.git
synced 2026-06-15 21:53:08 +02:00
add editorconfig
This commit is contained in:
parent
711c7fc8d6
commit
b53e0bb9c7
1 changed files with 12 additions and 0 deletions
12
.editorconfig
Normal file
12
.editorconfig
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
|
||||
[*.go]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
|
||||
[Makefile]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
Loading…
Add table
Add a link
Reference in a new issue