Skip to content

Commit

Permalink
Unify comma configuration; and apply format to some files. (#3559)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Apr 25, 2022
1 parent d64a8d7 commit 21b764f
Show file tree
Hide file tree
Showing 26 changed files with 1,269 additions and 1,254 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.yml
Expand Up @@ -25,7 +25,11 @@ env:
rules:
comma-dangle:
- error
- always-multiline
- arrays: always-multiline
objects: always-multiline
imports: always-multiline
exports: always-multiline
functions: never
eol-last:
- error
- always
Expand Down
33 changes: 11 additions & 22 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21b764f

Please sign in to comment.