Summary Table
| Categories |
Total Count |
| PII |
0 |
| URL |
0 |
| DNS |
0 |
| EKL |
0 |
| IP |
0 |
| PORT |
0 |
| VsID |
0 |
| CF |
0 |
| AI |
0 |
| VPD |
0 |
| PL |
0 |
| Other |
0 |
File Content
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# More at: editorconfig.org
# Special credit to Robert Simpson for JSON style and technical support!
root = true
[*]
indent_style = tab
indent_size = 4
[*.json]
indent_style = tab
indent_size = 4
[*.js]
indent_style = tab
indent_size = 4
[*.html]
indent_style = tab
indent_size = 4
[*.css]
indent_style = space
indent_size = 4
[*.scss]
indent_style = space
indent_size = 4
[*.rb]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true