Skip to content

Instantly share code, notes, and snippets.

@andreicek
Created June 16, 2023 06:13
Show Gist options
  • Save andreicek/701bb6705fdd3dd4adbdf3d84ef0f14a to your computer and use it in GitHub Desktop.
Save andreicek/701bb6705fdd3dd4adbdf3d84ef0f14a to your computer and use it in GitHub Desktop.
{
"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