Files
warehouse/.editorconfig

7 lines
106 B
INI
Raw Normal View History

2024-09-18 18:43:16 -04:00
root = true
[*]
indent_style = tabs
2024-09-18 18:43:16 -04:00
indent_size = 4
max_line_length = 160
trim_trailing_whitespace = true