diff options
| author | Radon Rosborough <radon.neon@gmail.com> | 2021-11-15 17:32:48 -0800 |
|---|---|---|
| committer | Radon Rosborough <radon.neon@gmail.com> | 2021-11-15 17:32:48 -0800 |
| commit | 8e0605cc29732ec889b7318dd57921bf3f5ba06c (patch) | |
| tree | c316f52022650a15863d4c6ad72c6e05ab9bfbb1 | |
| parent | b71a5f615ac610a8efae43b19d3681dc694d6084 (diff) | |
[#58] Don't run clang-format in php-mode
| -rw-r--r-- | apheleia.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apheleia.el b/apheleia.el index 2fe4a0f..6fe4b8f 100644 --- a/apheleia.el +++ b/apheleia.el @@ -595,6 +595,7 @@ such a directory exists anywhere above the current (json-mode . prettier) (latex-mode . latexindent) (LaTeX-mode . latexindent) + (php-mode . nil) (python-mode . black) (ruby-mode . prettier) (rustic-mode . rustfmt) |
