Files
percona-toolkit/.editorconfig
Viktor Szépe a15207e6cd Introduce EditorConfig (#681)
* Introduce EditorConfig

* Fix EC

* Reduce .editorconfig
2023-11-06 17:47:59 +03:00

16 lines
206 B
INI

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[{*.pm,bin/*}]
indent_size = 3
[*.go]
indent_style = tab