continuwuity/.editorconfig
Shane a132f26837
make legacy media hopefully configurable?
tidy up, fix build error
2026-02-16 14:44:47 -05:00

35 lines
473 B
INI

# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
tab_width = 4
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
[*.{md,txt}]
indent_style = space
indent_size = 4
max_line_length = 80
[*.nix]
indent_size = 2
[*.rs]
indent_style = tab
max_line_length = 98
[*.yml]
indent_size = 2
indent_style = space
[*.json]
indent_size = 4
indent_style = space
[Makefile]
indent_style = tab