Viewing File: /home/ubuntu/code_review/arcanist/src/parser/__tests__/editorconfig/.editorconfig

root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[file*]
indent_size = 3

[*.txt]
charset = latin1

[{invalid_glob]
indent_size = 1

[externals/**]
indent_style =
indent_size =
trim_trailing_whitespace = false
insert_final_newline = false
Back to Directory File Manager