teamlead-dashboard/.editorconfig

22 lines
375 B
INI
Raw Normal View History

2024-01-29 21:01:31 +00:00
root = true
2023-08-03 19:21:06 +00:00
2024-01-29 21:01:31 +00:00
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
2023-08-03 19:21:06 +00:00
2024-01-29 21:01:31 +00:00
[{*.go,Makefile,.gitmodules,go.mod,go.sum}]
indent_style = tab
2023-08-03 19:21:06 +00:00
2024-01-29 21:01:31 +00:00
[*.md]
indent_style = tab
trim_trailing_whitespace = false
2023-08-03 19:21:06 +00:00
2024-01-29 21:01:31 +00:00
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2
2023-08-03 19:21:06 +00:00
2024-01-29 21:01:31 +00:00
[*.{js,jsx,ts,tsx,css,less,sass,scss,vue,py}]
indent_style = space
indent_size = 4