8000 init project · fluent-qa/fluentqa-pytpl@1403701 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 1403701

Browse files
committed
init project
0 parents  commit 1403701

Some content is hidden

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

53 files changed

+4753
-0
lines changed

.editorignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Check http://editorconfig.org for more information
2+
# This is the main config file for this project:
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
indent_style = space
10+
indent_size = 2
11+
trim_trailing_whitespace = true
12+
13+
[*.{py, pyi}]
14+
indent_style = space
15+
indent_size = 4
16+
17+
[Makefile]
18+
indent_style = tab
19+
20+
[*.md]
21+
trim_trailing_whitespace = false
22+
23+
[*.{diff,patch}]
24+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)
0