Created
June 16, 2023 06:13
-
-
Save andreicek/701bb6705fdd3dd4adbdf3d84ef0f14a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"features": { | |
"copilot": false | |
}, | |
"theme": "One Light", | |
"buffer_font_size": 13, | |
"buffer_font_family": "MonoLisa Custom", | |
"tab_size": 2, | |
"language_overrides": { | |
"Elixir": { | |
"enable_language_server": false, | |
"format_on_save": { | |
"external": { | |
"command": "mix", | |
"arguments": [ | |
"format", | |
"--stdin-filename", | |
"{buffer_path}", | |
"-" | |
] | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment