Skip to content

Commit

Permalink
Adding editorconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
marcieltorres committed Feb 5, 2024
1 parent d0b011d commit fa57879
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

# 4 space indentation for python files (based on pep8)
[*.{py}]
indent_style = space
indent_size = 4

# 2 space indentation for markdown and yaml config files
[*.{md,Rmd,rst,yml,yaml}]
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A python boilerplate project using poetry

### Environment variables

*Use this section to explain each env variable available on your application*
*Use this section to explain each env variable available on your application*

Variable | Description | Available Values | Default Value | Required
--- | --- | --- | --- | ---
Expand Down

0 comments on commit fa57879

Please sign in to comment.