Skip to content

Commit

Permalink
Merge pull request #28 from GhostofGoes/new-scorch-components-goes-final
Browse files Browse the repository at this point in the history
New Scorch components (#28)
  • Loading branch information
GhostofGoes authored Jul 24, 2024
2 parents 8056c29 + 7525ae2 commit 357429f
Show file tree
Hide file tree
Showing 37 changed files with 3,931 additions and 353 deletions.
22 changes: 20 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true

[*.rst]
indent_size = 3
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.{yml,yaml}]
indent_size = 2
insert_final_newline = true
Expand All @@ -27,6 +37,14 @@ end_of_line = crlf
[*.{xml,xslt}]
indent_size = 2

[*.md]
[tox.ini]
insert_final_newline = true
trim_trailing_whitespace = true

[Dockerfile*]
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

[*.toml]
insert_final_newline = true
trim_trailing_whitespace = true
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.venv

# Editors
.vscode
.idea

# pyenv
.python-version

*.egg-info
__pycache__

build
dist

.DS_Store
.vagrant
1 change: 1 addition & 0 deletions src/python/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
__pycache__
build
dist
.venv
Loading

0 comments on commit 357429f

Please sign in to comment.