Skip to content

Commit

Permalink
fix: Added configuration for devcontainer.json file (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima authored Jan 10, 2024
1 parent b5b3606 commit 16e0976
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# Documentation: https://editorconfig.org/


# EditorConfig setup
root = true

[*]
Expand Down Expand Up @@ -119,9 +120,9 @@ indent_style = tab
indent_size = 4
indent_style = space

[Makefile]
[devcontainer.json]
indent_size = 4
indent_style = tab
indent_style = space

[nginx.conf]
indent_size = 4
Expand All @@ -130,3 +131,7 @@ indent_style = space
[pyproject.toml]
indent_size = 4
indent_style = space

[Makefile]
indent_size = 4
indent_style = tab

0 comments on commit 16e0976

Please sign in to comment.