Skip to content

Commit fd04d82

Browse files
committed
chore: Fix foxomate lints
1 parent 79009f9 commit fd04d82

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

.editorconfig

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
root = true
2+
13
[*]
24
indent_style = tab
3-
indent_size = 3
4-
5-
[*.md]
6-
indent_size = 2
5+
end_of_line = lf
6+
charset = utf-8
7+
trim_trailing_whitespace = true
8+
insert_final_newline = true

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# foxomate start
2+
* text=auto eol=lf
3+
bake linguist-generated
4+
# foxomate end

basalt.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
2+
type = 'bash'
23
name = 'choose'
34
slug = 'choose'
4-
version = ''
5+
version = '0.1.0'
56
authors = ['Edwin Kofler <edwin@kofler.dev>']
6-
description = ''
7+
description = 'System for choosing default applications, programs, and utilities'
78

89
[run]
910
dependencies = ['https://github.com/hyperupcall/bash-args.git@v0.9.2']

glue.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)