sched/.editorconfig
Sherif Abdel-Naby b3d39cffc1 Add Linters and Lint Code
Signed-off-by: Sherif Abdel-Naby <sherifabdlnaby@gmail.com>
2021-04-10 11:07:02 +02:00

18 lines
240 B
INI
Executable file

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
indent_style = tab
[{Makefile, *.mk}]
indent_style = tab
[*.proto]
indent_size = 2