mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-17 13:33:36 -05:00
feat(format): add :tools docker formatter
This commit is contained in:
5
modules/tools/docker/doctor.el
Normal file
5
modules/tools/docker/doctor.el
Normal file
@@ -0,0 +1,5 @@
|
||||
;;; tools/docker/doctor.el -*- lexical-binding: t; -*-
|
||||
|
||||
(when (modulep! :editor format)
|
||||
(unless (executable-find "dockfmt")
|
||||
(warn! "Couldn't find dockfmt. Formatting will be disabled.")))
|
Reference in New Issue
Block a user