1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Commit Graph

5 Commits

Author SHA1 Message Date
Uncled1023
5eb45263d9 Ported existing projects to Asp.Net Core (Except ServerMaint) 2018-06-14 17:57:03 -07:00
Uncled1023
8561e6f6de - Fixed errors with podcast comments.
- Changed editor config tab spacing to be 4 spaces.
2017-06-10 12:50:10 -07:00
Uncled1023
a9aff56a27 Modified READEME and set tab indent to 2 spaces 2017-06-08 19:59:16 -07:00
Uncled1023
a253c61e74 Changed .editorconfig to comply with Windows line endings, and markdown as suggested by @dmz76 2017-01-09 13:12:22 -08:00
dmz76
6160ac1f59 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 08:24:11 -08:00