Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/.editorconfig

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9302 by zmatsuo, Sat Jun 12 15:26:11 2021 UTC revision 9325 by zmatsuo, Tue Jun 29 15:20:36 2021 UTC
# Line 34  charset = cp932 Line 34  charset = cp932
34  indent_style = tab  indent_style = tab
35  indent_size = 4  indent_size = 4
36    
37    [*.asm]
38    end_of_line = crlf
39    charset = utf8
40    indent_style = space
41    indent_size = 4
42    trim_trailing_whitespace = true
43    insert_final_newline = true
44    
45  [{CMakeLists.txt,*.cmake}]  [{CMakeLists.txt,*.cmake}]
46  end_of_line = crlf  end_of_line = crlf
47  charset = utf-8-bom  charset = utf-8-bom

Legend:
Removed from v.9302  
changed lines
  Added in v.9325

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26