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 715bf78 commit 0d35cd3
Showing 1 changed file with 6 additions and 19 deletions.
25 changes: 6 additions & 19 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,26 +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
indent_size = 2
indent_size = 4
indent_style = space
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


0 comments on commit 0d35cd3

Please sign in to comment.