Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
264 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | root = true
|
---|
| 2 |
|
---|
| 3 | [*]
|
---|
| 4 | indent_style = tab
|
---|
| 5 | end_of_line = lf
|
---|
| 6 | charset = utf-8
|
---|
| 7 | trim_trailing_whitespace = true
|
---|
| 8 | insert_final_newline = true
|
---|
| 9 |
|
---|
| 10 | [*.coffee]
|
---|
| 11 | indent_style = space
|
---|
| 12 |
|
---|
| 13 | [{package.json,*.yml}]
|
---|
| 14 | indent_style = space
|
---|
| 15 | indent_size = 2
|
---|
| 16 |
|
---|
| 17 | [*.md]
|
---|
| 18 | trim_trailing_whitespace = false
|
---|
Note:
See
TracBrowser
for help on using the repository browser.