Skip to content

Commit ffb0fcf

Browse files
committed
add editorconfig
1 parent c111d6f commit ffb0fcf

File tree

3 files changed

+32
-6
lines changed

3 files changed

+32
-6
lines changed

Diff for: .editorconfig

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# EditorConfig helps developers define and maintain consistent
2+
# coding styles between different editors and IDEs
3+
# editorconfig.org
4+
5+
root = true
6+
7+
[*]
8+
end_of_line = lf
9+
charset = utf-8
10+
trim_trailing_whitespace = true
11+
insert_final_newline = true
12+
indent_style = space
13+
indent_size = 4
14+
15+
[*.rs]
16+
max_line_length = 100
17+
18+
[*.md]
19+
# double whitespace at end of line
20+
# denotes a line break in Markdown
21+
trim_trailing_whitespace = false
22+
23+
[*.yml]
24+
indent_size = 2
25+
26+
[Makefile]
27+
indent_style = tab

Diff for: .github/ISSUE_TEMPLATE/bug_report.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: ""
55
labels: bug
66
assignees: Snowiiii
7-
87
---
98

109
- [ ] I've searched existing issues and couldn't find a duplicate.
@@ -19,8 +18,9 @@ Steps to reproduce the behavior:
1918
A clear and concise description of what you expected to happen.
2019

2120
**Environment (please complete the following information):**
22-
- Operating System: [e.g., Windows 10, macOS Monterey, Ubuntu 22.04]
23-
- Server Software Version/Commit: [e.g., 1.0.0/39b4cb3]
21+
22+
- Operating System: [e.g., Windows 10, macOS Monterey, Ubuntu 22.04]
23+
- Server Software Version/Commit: [e.g., 1.0.0/39b4cb3]
2424

2525
**Additional context**
2626
Add any other context about the problem here.

Diff for: .github/ISSUE_TEMPLATE/feature_request.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
4+
title: ""
55
labels: enhancement
66
assignees: Snowiiii
7-
87
---
98

109
- [ ] I've searched existing issues and couldn't find a duplicate.

0 commit comments

Comments
 (0)