12 lines
185 B
INI
12 lines
185 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*.ex]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.eex]
|
|
indent_style = space
|
|
indent_size = 2
|