Movatterモバイル変換


[0]ホーム

URL:


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

Commitee8e74c

Browse files
committed
Add initial repo configs
1 parent887faae commitee8e74c

File tree

2 files changed

+463
-0
lines changed

2 files changed

+463
-0
lines changed

‎.editorconfig

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EditorConfig: https://EditorConfig.org
2+
root =true
3+
4+
[*]
5+
end_of_line =lf
6+
insert_final_newline =true
7+
indent_style =space
8+
indent_size =2
9+
trim_trailing_whitespace =true
10+
charset =utf-8
11+
12+
[*.md]
13+
trim_trailing_whitespace =false
14+
15+
[*.{vim,sh}]
16+
indent_size =4
17+
max_line_length =80
18+
19+
[*.{bat,vbs,ps1}]
20+
end_of_line =CRLF

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp