# Syntax style
# https://spec.editorconfig.org/

root = true

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

[{*.go,*.lua,Makefile,.gitmodules,go.mod,go.sum}]
indent_style = tab

[*.{js,jsx,ts,tsx,css,less,sass,scss,vue,py}]
indent_size = 4
