Archived
1
This repository has been archived on 2025-08-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ss14-docs/.editorconfig

20 lines
247 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 80
[*.rst]
indent_size = 2
[*.json]
indent_size = 2
[Makefile]
indent_style = tab
insert_final_newline = false