-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.editorconfig
More file actions
34 lines (26 loc) · 736 Bytes
/
.editorconfig
File metadata and controls
34 lines (26 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# This file is for unifying the coding style for different editors and IDEs.
# More information at https://editorconfig.org
# https://github.com/laravel/laravel/blob/12.x/.editorconfig
# https://github.com/symfony/symfony/blob/7.3/.editorconfig
# https://github.com/yiisoft/yii2/blob/master/.editorconfig
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[COMMIT_EDITMSG]
max_line_length = 0
[*.bat]
end_of_line = crlf
# [*.go]
# indent_style = tab
[*.md]
trim_trailing_whitespace = false
max_line_length = 80
[*.{yml,yml.dist,yaml,yaml.dist,xml,xml.dist,toml}]
indent_size = 2
[*.{html,css,scss,js,ts,vue,jsx,tsx}]
indent_size = 2