[Ttssh2-commit] [9281] txtファイルのルールを追加

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2021年 5月 25日 (火) 23:02:57 JST


Revision: 9281
          https://osdn.net/projects/ttssh2/scm/svn/commits/9281
Author:   zmatsuo
Date:     2021-05-25 23:02:57 +0900 (Tue, 25 May 2021)
Log Message:
-----------
txtファイルのルールを追加

- txtファイルのルールを追加
- 指定がないファイル種別の時のインデントを記述した
  - .hhc ファイルなどで有効
  - tab幅4,ハードタブ

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

-------------- next part --------------
Modified: trunk/.editorconfig
===================================================================
--- trunk/.editorconfig	2021-05-25 14:02:48 UTC (rev 9280)
+++ trunk/.editorconfig	2021-05-25 14:02:57 UTC (rev 9281)
@@ -1,5 +1,9 @@
 root = true
 
+[*]
+indent_style = tab
+indent_size = 4
+
 [*.{cpp,c,h}]
 indent_style = tab
 indent_size = 4
@@ -29,3 +33,9 @@
 charset = utf-8-bom
 indent_style = tab
 indent_size = 4
+
+[*.txt]
+end_of_line = crlf
+charset = cp932
+indent_style = tab
+indent_size = 4


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