# http://editorconfig.org/
# https://github.com/mfuentesg/EditorConfigSnippets

root = true

[*]
max_line_length = 100
end_of_line = lf
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.php]
indent_size = 4

[*.py]
indent_size = 4

[*.txt]
indent_size = 4

[*.go]
indent_style = tab

[*.cpp]
indent_style = tab