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 f3d4456 commit 5bdf950
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 ssdpd.project
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<Description/>
<Dependencies/>
<VirtualDirectory Name="root">
<File Name=".editorconfig"/>
<File Name="ssdpd.conf.debug"/>
<File Name="readme.md"/>
<File Name="test.txt"/>
Expand Down

0 comments on commit 5bdf950

Please sign in to comment.