Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/lil-skelly/erebos into http…
Browse files Browse the repository at this point in the history
…-download
  • Loading branch information
skelly committed Sep 4, 2024
2 parents 6c3e4d7 + a465eb9 commit dec36a3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true

# Matches multiple files with brace expansion notation
# Set default charset
[*.{c,py}]
charset = utf-8

# 4 space indentation
[*.py]
indent_style = space
indent_size = 4

# Tab indentation (no size specified)
[Makefile]
indent_style = tab

# C 2 space indentation
[*c]
indent_style = space
indent_size = 2

0 comments on commit dec36a3

Please sign in to comment.