2024-04-27 18:34:09 +00:00
|
|
|
# Editor configuration, see http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
charset = utf-8
|
2024-04-28 15:36:45 +00:00
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2024-04-27 18:34:09 +00:00
|
|
|
|
|
|
|
# Ignore diffs/patches
|
|
|
|
[*.{diff,patch}]
|
|
|
|
end_of_line = unset
|
|
|
|
insert_final_newline = unset
|
|
|
|
trim_trailing_whitespace = unset
|
|
|
|
indent_size = unset
|
|
|
|
charset = unset
|
|
|
|
indent_style = unset
|
|
|
|
indent_size = unset
|
|
|
|
|
|
|
|
[{.*,secrets}/**]
|
2024-08-21 14:39:14 +00:00
|
|
|
end_of_line = false
|
|
|
|
insert_final_newline = false
|
2024-04-27 18:34:09 +00:00
|
|
|
trim_trailing_whitespace = unset
|
|
|
|
charset = unset
|
|
|
|
indent_style = unset
|
|
|
|
indent_size = unset
|
|
|
|
|
|
|
|
[*.rom]
|
|
|
|
end_of_line = unset
|
|
|
|
insert_final_newline = unset
|
|
|
|
trim_trailing_whitespace = unset
|
|
|
|
charset = unset
|
|
|
|
indent_style = unset
|
|
|
|
indent_size = unset
|
|
|
|
|
|
|
|
[*.py]
|
|
|
|
indent_size = 4
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
max_line_length = off
|
|
|
|
trim_trailing_whitespace = false
|