Skip to content

Commit

Permalink
gtagを作成するbatファイルを追加
Browse files Browse the repository at this point in the history
- batファイルのルールに改行コードを追加(.editorconfig)

git-svn-id: https://svn.osdn.net/svnroot/ttssh2/trunk@10725 f5f01b69-1e22-0410-acbf-894ab4bd6246
  • Loading branch information
zmatsuo committed Jun 1, 2023
1 parent c90010b commit ebbd749
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ insert_final_newline = true

[*.bat]
charset = cp932
end_of_line = crlf
indent_style = space
indent_size = 4

Expand Down
5 changes: 5 additions & 0 deletions gtags_update.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
setlocal
cd /d %~dp0
call ci_scripts\find_cmake.bat
"%CMAKE_COMMAND%" -P gtags_update.cmake
rem see doc_internal/readme.md

0 comments on commit ebbd749

Please sign in to comment.