build-tools/.editorconfig
2025-01-29 18:18:19 +05:30

9 lines
207 B
INI

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
indent_style = space
[*.{js,jsx,ts,tsx,py,sh,md,gql,graphql,yaml,yml,json,sql,njk,scss,css}]
indent_style = space
indent_size = 2