Logo

index : blog

---

  • summary
  • about
  • tree
  • log
  • branches
<< path: root/public/blog.git/html/modules/uniform/.editorconfig blob: a0aa4088a4c3f77406f9ab130e9a6779b4329e73 [raw] [clear marker]

        
0# EditorConfig helps developers define and maintain consistent
1# coding styles between different editors and IDEs
2# editorconfig.org
3
4root = true
5
6[*]
7indent_style = space
8indent_size = 4
9
10# We recommend you to keep these unchanged
11end_of_line = lf
12charset = utf-8
13trim_trailing_whitespace = true
14insert_final_newline = true
15
16[*.md]
17trim_trailing_whitespace = false
18
19[package.json]
20indent_style = space
21indent_size = 2
22
23[*.yml]
24indent_style = space
25indent_size = 4
26
Copyright 2026  E766CB298A6D1E64 | Git-Thing heavily inspired by cgit