Skip to content

Commit 925b616

Browse files
committed
fix: stop IDE rewriting CODEOWNERS
1 parent 8242f3f commit 925b616

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Default owner
22

3-
- @mnaimfaizy
3+
* @mnaimfaizy
44

55
# Security-sensitive files and directories
66

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ dist-ssr
1616
# Editor directories and files
1717
.vscode/*
1818
!.vscode/extensions.json
19+
!.vscode/settings.json
1920
.idea
2021
.DS_Store
2122
*.suo

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules/
22
build/
33
dist/
4+
.github/CODEOWNERS

.vscode/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"files.associations": {
3+
"**/CODEOWNERS": "plaintext"
4+
},
5+
"[plaintext]": {
6+
"editor.formatOnSave": false
7+
}
8+
}

0 commit comments

Comments
 (0)