projects
/
VSoRC
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Hamburguer menu, actualizacion
[VSoRC/.git]
/
node_modules
/
qs
/
.editorconfig
1
root = true
2
3
[*]
4
indent_style = space
5
indent_size = 4
6
end_of_line = lf
7
charset = utf-8
8
trim_trailing_whitespace = true
9
insert_final_newline = true
10
max_line_length = 160
11
12
[test/*]
13
max_line_length = off
14
15
[*.md]
16
max_line_length = off
17
18
[*.json]
19
max_line_length = off
20
21
[Makefile]
22
max_line_length = off
23
24
[CHANGELOG.md]
25
indent_style = space
26
indent_size = 2
27
28
[LICENSE]
29
indent_size = 2
30
max_line_length = off