Skip to content

Commit

Permalink
Add editorconfig rule for CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Apr 17, 2024
1 parent 2db1698 commit 7842c85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
@@ -1,2 +1,6 @@
[*.java]
indent_style = tab

[*.css]
indent_size = 2
indent_style = space

0 comments on commit 7842c85

Please sign in to comment.