Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
19 changes: 19 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
max_line_length = 100

[*.md]
max_line_length = off
trim_trailing_whitespace = false

[*.svg]
max_line_length = off
insert_final_newline = false
10 changes: 6 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- Provide a brief description of the changes in this PR -->

## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Update
- [ ] Addition
- [ ] Translation

## Testing
<!-- Describe the tests you ran to verify your changes -->
Expand All @@ -15,4 +15,6 @@
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added my new file to all language directories
- [ ] I have replaced the old file in all language directories and not just the english language directory
- [ ] I have reviewed my translation for langauge mistakes
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
book
**/.DS_Store
.idea/
*.iml
.DS_Store
node_modules
docs/.vitepress/cache
docs/.vitepress/dist
17 changes: 0 additions & 17 deletions Dockerfile

This file was deleted.

Loading
Loading