style: space indent

This commit is contained in:
Zhengjie Min
2026-05-20 11:38:00 -04:00
parent 25fe0ab01e
commit 20d1ff065b
+5 -5
View File
@@ -8,7 +8,7 @@ require("hyprland.services")
-- Environment variables -- -- Environment variables --
require("hyprland.env") require("hyprland.env")
if is_file_exists(HOME .. "/.config/hypr/custom/env.lua") then if is_file_exists(HOME .. "/.config/hypr/custom/env.lua") then
require("custom.env") require("custom.env")
end end
-- Default configurations -- -- Default configurations --
@@ -20,16 +20,16 @@ require("hyprland.keybinds")
-- Custom configurations -- -- Custom configurations --
if is_file_exists(HOME .. "/.config/hypr/custom/execs.lua") then if is_file_exists(HOME .. "/.config/hypr/custom/execs.lua") then
require("custom.execs") require("custom.execs")
end end
if is_file_exists(HOME .. "/.config/hypr/custom/general.lua") then if is_file_exists(HOME .. "/.config/hypr/custom/general.lua") then
require("custom.general") require("custom.general")
end end
if is_file_exists(HOME .. "/.config/hypr/custom/rules.lua") then if is_file_exists(HOME .. "/.config/hypr/custom/rules.lua") then
require("custom.rules") require("custom.rules")
end end
if is_file_exists(HOME .. "/.config/hypr/custom/keybinds.lua") then if is_file_exists(HOME .. "/.config/hypr/custom/keybinds.lua") then
require("custom.keybinds") require("custom.keybinds")
end end
-- nwg-displays support -- -- nwg-displays support --