Skip to content

Commit

Permalink
add recommended files
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Apr 1, 2024
1 parent 47cc21e commit f47d258
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Check http://editorconfig.org for more information
# This is the main config file for this project:
root = true

[*]
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
insert_final_newline = true

[*.py]
indent_size = 4

[*.{bes,bes.mustache}]
# bes files are XML, but the `actionscript` tag text must use crlf
end_of_line = crlf
indent_style = tab
indent_size = 3

[*.{bat,cmd}]
end_of_line = crlf
8 changes: 8 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"recommendations": [
"EditorConfig.EditorConfig",
"github.vscode-github-actions",
"ms-python.black-formatter",
"ms-python.python"
]
}

0 comments on commit f47d258

Please sign in to comment.