node-osc
Version:
pyOSC inspired library for sending and receiving OSC messages
12 lines (10 loc) • 292 B
Plain Text
# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.js text eol=lf
*.mjs text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf