Skip to content

Commit 3395915

Browse files
committed
Release Version 1.1.0
1 parent 2590f37 commit 3395915

File tree

611 files changed

+17388
-36738
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

611 files changed

+17388
-36738
lines changed

.editorconfig

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
# Unix-style newlines with a newline ending every file
7+
[*]
8+
end_of_line = lf
9+
insert_final_newline = true
10+
charset = utf-8
11+
12+
# 4-space indentation for C code
13+
[*.{c,h}]
14+
indent_style = space
15+
indent_size = 4
16+
max_line_length = 100
17+
18+
# 2-space indentation for CMake and documentation
19+
[{CMakeLists.txt,*.md,*.cmake}]
20+
indent_style = space
21+
indent_size = 2
22+
23+
# 2-space indentation for shell scripts
24+
[*.sh]
25+
indent_style = space
26+
indent_size = 2
27+
28+
# No extra spaces in makefiles (tabs required)
29+
[Makefile]
30+
indent_style = tab

0 commit comments

Comments
 (0)