Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React-2
QOS-React-2
/
.editorconfig
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
text
16 lines
229 Bytes
Copy permalink
Copy
Raw
1
# https://editorconfig.org
2
root
=
true
3
4
[*]
5
charset
=
utf-8
6
end_of_line
=
lf
7
indent_size
=
2
8
indent_style
=
space
9
insert_final_newline
=
true
10
max_line_length
=
80
11
12
[*.md]
13
max_line_length
=
0
14
15
[COMMIT_EDITMSG]
16
max_line_length
=
0