documentation/.editorconfig
Christian Oliff b2c317533c editorconfig rules should apply to CSS too (#1275)
helps maintain consistency.
2019-08-13 10:01:23 -07:00

5 lines
82 B
INI

[*.{js,css}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true