1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30
- Formatting for: added yaml, configured markdown with new configuration
  file, prettierd configuration updates for bracketsSameLine
- Linting: added dockerfile, markdown
This commit is contained in:
Pratik Tripathy
2024-03-17 17:31:37 +05:30
parent 074d1ca987
commit 42d75df1f1
5 changed files with 87 additions and 3 deletions
+2 -1
View File
@@ -3,5 +3,6 @@
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "all"
"trailingComma": "all",
"bracketSameLine": true
}