format: auto sort requires

This commit is contained in:
Steven Arcangeli 2023-10-08 23:33:52 -07:00
parent 2950473e2f
commit 34e52d58a2
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
column_width = 100
indent_type = "Spaces"
indent_width = 2
[sort_requires]
enabled = true

View file

@ -1,5 +1,5 @@
local map_util = require("dressing.map_util")
local global_config = require("dressing.config")
local map_util = require("dressing.map_util")
local patch = require("dressing.patch")
local util = require("dressing.util")
local M = {}