This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
Teknik
Watch
1
Star
0
Fork
0
You've already forked Teknik
mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced
2023-08-02 14:16:22 +02:00
Code
Releases
Activity
a7a8c5499b
Teknik
/
.editorconfig
7 lines
87 B
INI
Raw
Normal View
History
Unescape
Escape
Add '.editorconfig' Add [.editorconfig](http://editorconfig.org/) global settings (supported by gogs) to normalize code contributions. The default settings are what I use in my repos. Must be reviewed by @Uncled1023 with attention to the following: ``` end_of_line = lf # or crlf for windows env? trim_trailing_whitespace = true # or false, since it's not good for Markdown files? ```
2016-11-10 17:24:11 +01:00
[*]
- Fixed errors with podcast comments. - Changed editor config tab spacing to be 4 spaces.
2017-06-10 21:50:10 +02:00
indent_size
=
4
Ported existing projects to Asp.Net Core (Except ServerMaint)
2018-06-15 02:57:03 +02:00
indent_style
=
space
Changed .editorconfig to comply with Windows line endings, and markdown as suggested by @dmz76
2017-01-09 22:12:22 +01:00
end_of_line
=
crlf
Ported existing projects to Asp.Net Core (Except ServerMaint)
2018-06-15 02:57:03 +02:00
[*.cshtml]
indent_size
=
4
Copy Permalink