[Ttssh2-commit] [9302] CMakeLists.txt のルールが適応されなかった

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 6月 13日 (日) 00:26:11 JST


Revision: 9302
          https://osdn.net/projects/ttssh2/scm/svn/commits/9302
Author:   zmatsuo
Date:     2021-06-13 00:26:11 +0900 (Sun, 13 Jun 2021)
Log Message:
-----------
CMakeLists.txt のルールが適応されなかった

- *.txt が後ろに書いてあるため
  - r9281
- セクションの並び順を変更した

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/9281

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

-------------- next part --------------
Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig	2021-06-12 15:26:01 UTC (rev 9301)
+++ trunk/.editorconfig	2021-06-12 15:26:11 UTC (rev 9302)
@@ -22,12 +22,6 @@
 charset = utf-8-bom
 indent_style = space
 
-[{CMakeLists.txt,*.cmake}]
-end_of_line = crlf
-charset = utf-8-bom
-indent_style = space
-indent_size = 2
-
 [*.pl]
 end_of_line = crlf
 charset = utf-8-bom
@@ -39,3 +33,9 @@
 charset = cp932
 indent_style = tab
 indent_size = 4
+
+[{CMakeLists.txt,*.cmake}]
+end_of_line = crlf
+charset = utf-8-bom
+indent_style = space
+indent_size = 2


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