[Ttssh2-commit] [9231] cmakeのインデントを2にした

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 5月 4日 (火) 00:04:52 JST


Revision: 9231
          https://osdn.net/projects/ttssh2/scm/svn/commits/9231
Author:   zmatsuo
Date:     2021-05-04 00:04:52 +0900 (Tue, 04 May 2021)
Log Message:
-----------
cmakeのインデントを2にした

- CMakeLists.txt と *.cmake のルールを1つにまとめた

Modified Paths:
--------------
    trunk/.editorconfig

-------------- next part --------------
Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig	2021-05-03 15:04:42 UTC (rev 9230)
+++ trunk/.editorconfig	2021-05-03 15:04:52 UTC (rev 9231)
@@ -18,16 +18,12 @@
 charset = utf-8-bom
 indent_style = space
 
-[CMakeLists.txt]
+[{CMakeLists.txt,*.cmake}]
 end_of_line = crlf
 charset = utf-8-bom
 indent_style = space
+indent_size = 2
 
-[*.cmake]
-end_of_line = crlf
-charset = utf-8-bom
-indent_style = space
-
 [*.pl]
 end_of_line = crlf
 charset = utf-8-bom


Ttssh2-commit メーリングリストの案内
Back to archive index