Skip to content

Commit 6cb7aef

Browse files
authored
chore: alphabetise contents of repository config files (#1827)
1 parent 732e9a6 commit 6cb7aef

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ root = true
22

33
[*]
44
end_of_line = lf
5+
indent_size = 2
6+
indent_style = space
57
insert_final_newline = true
68
trim_trailing_whitespace = true
7-
indent_style = space
8-
indent_size = 2
99

1010
[*.md]
1111
trim_trailing_whitespace = false

.gitattributes

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
* text=auto
1+
.gitattributes export-ignore
2+
.gitignore export-ignore
23

3-
*.png binary
4+
* text=auto
45

56
*.css text diff=css
67
*.html text diff=html
78
*.md text diff=markdown
89

9-
.gitattributes export-ignore
10-
.gitignore export-ignore
10+
*.png binary
1111

1212
src/lib/** linguist-vendored=true

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
node_modules/
2-
web-ext-artifacts/
1+
.DS_Store
2+
.vscode/
33
.web-extension-id
4-
release-notes.md
54
**.less
6-
.vscode/
7-
.DS_Store
5+
node_modules/
6+
release-notes.md
87
src/lib/remixicon/remixicon.glyph.json
8+
web-ext-artifacts/

0 commit comments

Comments
 (0)