1
0
Fork 0
mirror of https://github.com/owncast/owncast.git synced 2024-10-28 01:59:38 +01:00

Update EditorConfig with some explicit settings

This commit is contained in:
Gabe Kangas 2022-07-21 00:13:25 -07:00
parent 49f977ea45
commit 182a5d25db
No known key found for this signature in database
GPG key ID: 9A56337728BC81EA

View file

@ -15,6 +15,12 @@ curly_bracket_next_line = true
spaces_around_operators = true
spaces_around_brackets = true
[*.yml,*.yaml]
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[*.{md,mdx}]
trim_trailing_whitespace = false
[*.go]
indent_style = tab