Add .editorconfig file

Most of the go source files

Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2022-01-20 21:04:15 +01:00
parent 662a82e7db
commit 561f8c19af
1 changed files with 20 additions and 0 deletions

20
.editorconfig Normal file
View File

@ -0,0 +1,20 @@
# -*- mode: ini; -*-
# ex: ft=dosini
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[**.go]
indent_style = tab
max_line_length = 100
tab_width = 4
[Makefile]
indent_style = tab
[**.scd]
indent_style = tab