Skip to content

Commit

Permalink
sync-server: synced file(s) with lumirlumir/lumirlumir-configs (#27)
Browse files Browse the repository at this point in the history
* sync-server: synced local './.vscode/settings.json' with remote './configs/.vscode/settings.json'

* sync-server: synced local './.prettierignore' with remote './configs/.prettierignore'
  • Loading branch information
lumirlumir authored Sep 14, 2024
1 parent 43bfdea commit 16c488e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ package-lock.json

# markdown
*.md

# cpp
*.c
*.cpp
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[c][cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always",
"source.fixAll.stylelint": "always",
"source.fixAll.markdownlint": "always"
},
"stylelint.validate": ["css", "scss"]
"stylelint.validate": ["css", "scss"],
"C_Cpp.clang_format_fallbackStyle": "Google"
}

0 comments on commit 16c488e

Please sign in to comment.