Commit ef7aaac0 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

add .editorconfig, closes https://github.com/opnsense/core/issues/932

(cherry picked from commit 71655d55)
parent 8419f4fc
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment