This website works better with JavaScript.
Ana Sayfa
Yardım
Giriş Yap
Teknikode
/
Teknik
İzle
3
Yıldızla
16
Çatalla
4
Kod
Sorunlar
38
Değişiklik İstekleri
0
Sürümler
3
Wiki
Aktivite
The next generation of the Teknik Services. Written in ASP.NET.
https://www.teknik.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
758
İşlemeler
2
Dallar
Ağaç:
b5d5e4afbe
core
master
3.0.0
2.0.6
2.0.3
Dallar
Biçim İmleri
${ item.name }
Branş
${ searchTerm }
oluştur
'b5d5e4afbe'den
${ noResults }
Teknik
/
.editorconfig
.editorconfig
87B
Normal View
Geçmiş
Ham
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? ```
3 yıl önce
- Fixed errors with podcast comments. - Changed editor config tab spacing to be 4 spaces.
2 yıl önce
Ported existing projects to Asp.Net Core (Except ServerMaint)
1 yıl önce
Changed .editorconfig to comply with Windows line endings, and markdown as suggested by @dmz76
2 yıl önce
Ported existing projects to Asp.Net Core (Except ServerMaint)
1 yıl önce
1
2
3
4
5
6
7
[*]
indent_size = 4
indent_style = space
end_of_line = crlf
[*.cshtml]
indent_size = 4