Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 7ebe7a4

Browse files
chore: Introduce Editorconfig (#11857)
Any .editorconfig was set to be ignored in cf92799. This change introduces such a configuration file to allow contributors to use the correct code style more easily.
1 parent 0b83a2c commit 7ebe7a4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
indent_style = space
6+
indent_size = 2
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true
9+
10+
[*.md]
11+
trim_trailing_whitespace = false

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ dist
55
/.idea/
66
.nvmrc
77
tmp/
8-
.editorconfig
98
bower-material/
109
code.material.angularjs.org/

0 commit comments

Comments
 (0)