labtime/.editorconfig

22 lines
320 B
INI
Raw Normal View History

2024-08-13 17:47:05 +02:00
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
2024-09-23 23:46:51 +02:00
trim_trailing_whitespace = true
2024-08-24 02:50:45 +02:00
insert_final_newline = true
2024-08-13 17:47:05 +02:00
[*.{json,yaml}]
2024-08-24 02:50:45 +02:00
indent_size = 2
2024-09-23 23:46:51 +02:00
[*.go]
indent_style = tab
[Makefile]
indent_style = tab