Files
sdk/.editorconfig
2023-02-07 15:21:24 -08:00

20 lines
276 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
charset = utf-8
[*.rs]
indent_style = space
indent_size = 4
[*.py]
indent_style = space
indent_size = 4
[*.{js,json,ts}]
indent_style = space
indent_size = 2