mirror of
https://github.com/nathonius/obsidian-github-link.git
synced 2026-07-22 09:20:25 +00:00
🧹 chore: Remove unused editor config, make prettier config explicit
This commit is contained in:
parent
9a22df6eff
commit
ab0e98059c
2 changed files with 5 additions and 11 deletions
|
|
@ -1,10 +0,0 @@
|
|||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
tab_width = 4
|
||||
|
|
@ -1,4 +1,8 @@
|
|||
{
|
||||
"printWidth": 120,
|
||||
"tabWidth": 2
|
||||
"tabWidth": 2,
|
||||
"useTabs": true,
|
||||
"singleQuote": false,
|
||||
"semi": true,
|
||||
"trailingComma": "all"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue