Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
vanvianen committed Aug 11, 2024
1 parent a2f6681 commit 13e5782
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
;
; Global Editor Config for Adaptive Labbers
;
; This is an ini style configuration. See http://editorconfig.org/ for more information on this file.
;
; Top level editor config.
# EditorConfig is awesome: https://editorconfig.org

# Top level editor config.
root = true

; Always use Unix style new lines with new line ending on every file and trim whitespace
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8 # added
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
; Python: PEP8 defines 4 spaces for indentation
[*.py]
indent_style = space
indent_size = 4
; Salt state files, YAML format, 2 spaces
[*.sls, *.yaml, *.yml]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 13e5782

Please sign in to comment.