mirror of
https://github.com/opnsense/core.git
synced 2026-02-03 20:39:42 -05:00
17 lines
300 B
INI
17 lines
300 B
INI
root = true
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{php,inc,volt}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|