Skip to content

Commit 12cd739

Browse files
committed
style: add identification of StringTemplate language
1 parent 56a4163 commit 12cd739

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitattributes

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
###############################################################################
2+
# Define language based on file's extension
3+
###############################################################################
4+
*.st linguist-language=StringTemplate
5+
*.stg linguist-language=StringTemplate
6+
7+
###############################################################################
8+
# Set default behavior to automatically normalize line endings.
9+
###############################################################################
10+
* text=auto

0 commit comments

Comments
 (0)