mirror of
https://github.com/blyssprivacy/sdk.git
synced 2026-01-09 23:28:12 -05:00
20 lines
276 B
INI
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 |