mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-13 13:44:22 +00:00
Introduce EditorConfig (#681)
* Introduce EditorConfig * Fix EC * Reduce .editorconfig
This commit is contained in:
15
.editorconfig
Normal file
15
.editorconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
Reference in New Issue
Block a user