Skip to content

Commit

Permalink
Merge pull request #27 from pablopunk/stylua
Browse files Browse the repository at this point in the history
Stylua
  • Loading branch information
pablopunk authored Aug 28, 2024
2 parents 7ef06d5 + 0beac60 commit ceaa1ce
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .stylua.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses = "None"
collapse_simple_statement = "Never"

[sort_requires]
enabled = true
2 changes: 1 addition & 1 deletion lua/unclutter/plugin.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
local autocmds = require "unclutter.autocmds"
local buffer = require "unclutter.buffer"
local tabline = require "unclutter.tabline"
local config = require "unclutter.config"
local tabline = require "unclutter.tabline"

---@class unclutter.plugin
local plugin = {}
Expand Down
2 changes: 1 addition & 1 deletion lua/unclutter/plugin_spec.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local mock = require "luassert.mock"
local M = require "unclutter.plugin"
local config = require "unclutter.config"
local mock = require "luassert.mock"

local autocmds, buffer, tabline

Expand Down

0 comments on commit ceaa1ce

Please sign in to comment.