Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b4beae6

Browse files
Initial commit
0 parents commit b4beae6

File tree

11 files changed

+596
-0
lines changed

11 files changed

+596
-0
lines changed

‎.editorconfig‎

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
trim_trailing_whitespace = true
6+
end_of_line = lf
7+
insert_final_newline = true
8+
9+
[{CMakeLists.txt,*.cmake.in,*.cmake}]
10+
indent_style = space
11+
indent_size = 4
12+
charset = utf-8
13+
insert_final_newline = true
14+
trim_trailing_whitespace = true
15+
16+
[{*.md,*.rst}]
17+
charset = utf-8
18+
trim_trailing_whitespace = true
19+
insert_final_newline = true
20+
21+
[*.{c,cpp,cxx,h,hpp,hxx}]
22+
indent_style = space
23+
indent_size = 4
24+
charset = utf-8
25+
insert_final_newline = true
26+
trim_trailing_whitespace = true

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /