Skip to content

Commit

Permalink
Merge branch 'main' into pangeo
Browse files Browse the repository at this point in the history
  • Loading branch information
gwarf authored Oct 12, 2023
2 parents 65a1da8 + 1c5a396 commit 74ad91b
Show file tree
Hide file tree
Showing 68 changed files with 2,179 additions and 401 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
charset = utf-8
# Use Unix-style new lines
end_of_line = lf
insert_final_newline = true
# Default indentation is two spaces
indent_style = space
indent_size = 2
# Remove whitespaces at end of line
trim_trailing_whitespace = true
Loading

0 comments on commit 74ad91b

Please sign in to comment.