-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
# Start of script | ||
|
||
# Editor configuration file for Seanpm2001/<projectName> | ||
# Generated with Git-Template (V8) at branch: /other/ | ||
|
||
root = true | ||
|
||
# All files | ||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
# Markdown document | ||
[*.md *.mkd *.mdown *.markdown] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
# YAML (YAML Ain't Markup Language) source code | ||
[*.yml *.yaml] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
# Plain Text document | ||
[*.txt] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
# Makefile (GNU Make) | ||
[*.mk *.mak *.make *.makefile] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
# HTML (HyperText Markup Language) document | ||
[*.htm *.html *.mhtm *.mhtml *.xhtm *.xhtml] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
# SVG (Scalable Vector Graphics) image file | ||
[*.svg] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
# Git configuration files | ||
[*.gitignore *.gitattributes *.editorconfig] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
# Binary image files | ||
[*.png *.pns *.jpg *.jpeg *.jfif *.jif *.jp2 *.gif *.tif *.tiff *.bmp *.dib] | ||
indent_style = space | ||
indent_size = 2 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = false | ||
insert_final_newline = false | ||
line_wrap_mode = soft wrap | ||
|
||
# File info | ||
|
||
# File type: Editorconfig file (*.editorconfig) | ||
# File version: 3 (Monday, 2021 November 29th at 2:48 pm) | ||
# Line count (including blank lines and compiler line): 105 | ||
|
||
# End of script |