A very limited subset of netcat, based on nc110
at trunk 545 B view raw
1# editorconfig.org 2 3# top-most EditorConfig file 4root = true 5 6# Default settings: 7# A newline ending every file 8# Use 4 spaces as indentation 9[*] 10charset = utf-8 11end_of_line = lf 12insert_final_newline = true 13indent_style = space 14indent_size = 4 15 16# ReSharper properties 17resharper_csharp_space_before_trailing_comment = true 18resharper_extra_spaces = leave_multiple 19resharper_csharp_max_line_length = 1000 20 21 22# Xml files 23[*.{csproj,sln,xml,stylecop,resx,ruleset}] 24indent_size = 2 25 26# Xml config files 27[*.{props,targets,config,nuspec}] 28indent_size = 2