diff options
| author | Arthur LAURENT <[email protected]> | 2024-07-21 18:43:57 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-07-21 18:43:57 +0200 |
| commit | 03d58ccd262867df66c70bb91ac3dbed4ce77add (patch) | |
| tree | 4fa391b5abde2f2665e7f4e098bfa00f00de820d | |
| parent | 2412ed94e70b00b0c2f3bd8c4553828efd458b1b (diff) | |
add .gitattributes to enable syntax coloration on module files
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..b29e95352 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.mpp linguist-language=C++ +*.cppm linguist-language=C++ +*.ixx linguist-language=C++ |
