Skip to content

Commit

Permalink
Update some project metadata files
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesname committed Aug 16, 2023
1 parent 6f6c2eb commit e9c620f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# https://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
charset = utf-8

# 2 space indentation
[*.{scala,js}]
indent_style = space
indent_size = 2
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ tmp
dist
*.sublime-workspace
OLD
JUNK
DB
*.pyc
*.jar
Expand All @@ -38,3 +39,4 @@ conf/external_pages.conf
conf/dos.conf*
conf/minio.conf*
conf/api-keys.conf*
solr6

0 comments on commit e9c620f

Please sign in to comment.