Skip to content

Commit

Permalink
Merge pull request #118 from ahmetsait/simplify
Browse files Browse the repository at this point in the history
Scintilla v5.5.0
  • Loading branch information
desjarlais authored May 6, 2024
2 parents 89ecb03 + 62e270b commit 5b518e5
Show file tree
Hide file tree
Showing 144 changed files with 1,599 additions and 20,295 deletions.
37 changes: 37 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# editorconfig.org

root = true

[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.{bat,cmd,ps1}]
end_of_line = crlf

[*.{html,htm,xhtml,xhtm,xml}]
indent_size = 2

[*.{css,scss,sass}]
indent_size = 2

[*.{json}]
insert_final_newline = false

[*.{yml,yaml}]
indent_style = space
indent_size = 2

[*.csproj]
indent_style = unset
indent_size = 2

[*.{props,targets}]
indent_style = space
indent_size = 2

[[Aa]pp.{config,manifest}]
indent_style = space
indent_size = 2
Loading

0 comments on commit 5b518e5

Please sign in to comment.