Skip to content

Commit

Permalink
Add .editorconfig file.
Browse files Browse the repository at this point in the history
  • Loading branch information
rozhuk-im committed Apr 9, 2024
1 parent cfef57f commit c1ff7b7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# EditorConfig: https://EditorConfig.org
### Rozhuk Ivan 2024
### https://spec.editorconfig.org/
###


# top-most EditorConfig file
root = true


# Unix-style newlines with a newline ending every file
[*]
indent_style = tab
indent_size = 4
tab_width = 8
end_of_line = lf
charset = utf-8
# spelling_language
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions msd_lite.project
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<File Name="conf/msd_lite.conf"/>
</VirtualDirectory>
<VirtualDirectory Name="root">
<File Name=".editorconfig"/>
<File Name="readme.md"/>
<File Name="config.h.cmake"/>
<File Name="dist.sh"/>
Expand Down

0 comments on commit c1ff7b7

Please sign in to comment.