mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-24 14:36:54 +00:00
10 lines
236 B
INI
10 lines
236 B
INI
# NOTE: Prettier reads EditorConfig settings, so be careful adjusting settings here and assuming they'll only affect your editor ;).
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*.yml]
|
|
indent_size = 2
|
|
|
|
[*.{js,jsx,ts,tsx}]
|
|
indent_size = 2 |