add: CSS rule in EditorConfig

This commit is contained in:
Kyle Affolder
2025-02-17 12:53:29 -05:00
parent 6fc80bc0fc
commit 4e5fb26be1

View File

@@ -33,6 +33,11 @@ trim_trailing_whitespace = false
indent_style = space
indent_size = 2
# CSS & PostCSS files
[*.{css,postcss}]
indent_style = space
indent_size = 2
# Markdown files
[*.md]
indent_style = space