mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
Update EditorConfig with some explicit settings
This commit is contained in:
parent
49f977ea45
commit
182a5d25db
1 changed files with 7 additions and 1 deletions
|
@ -15,6 +15,12 @@ curly_bracket_next_line = true
|
||||||
spaces_around_operators = true
|
spaces_around_operators = true
|
||||||
spaces_around_brackets = true
|
spaces_around_brackets = true
|
||||||
|
|
||||||
[*.yml,*.yaml]
|
[*.{yml,yaml}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
[*.{md,mdx}]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
|
[*.go]
|
||||||
|
indent_style = tab
|
||||||
|
|
Loading…
Reference in a new issue