issues
search
sloganking
/
scfmt
A code formatter for structured comments
MIT License
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Should format_str() accept file_extension or comment_starter?
#51
sloganking
opened
2 years ago
0
What happens when forcing IndentType::Tabs on a file formatted with spaces?
#50
sloganking
opened
2 years ago
1
write tests for new IndentType
#49
sloganking
closed
2 years ago
0
optimize determine_whitespace_type()
#48
sloganking
opened
2 years ago
0
update version
#47
sloganking
closed
2 years ago
0
Should formatter move up closing bracket comments?
#46
sloganking
opened
2 years ago
0
Manually input tab_spaces
#45
sloganking
closed
2 years ago
0
proper error type
#44
sloganking
closed
2 years ago
0
move error printing out of lib
#43
sloganking
closed
2 years ago
0
Version command
#42
sloganking
closed
2 years ago
0
multi-line comments mess up auto tab_spaces detection
#41
sloganking
closed
2 years ago
1
Verify MacOS support
#40
sloganking
opened
2 years ago
0
cargo docs
#39
sloganking
opened
2 years ago
0
HELP command should include the new null option
#38
sloganking
closed
2 years ago
0
pub fn nullify_existing_brackets()
#37
sloganking
closed
2 years ago
0
ReadMe example Gifs
#36
sloganking
opened
2 years ago
0
concurrent file formatting
#35
sloganking
closed
2 years ago
1
preserve num whitespace lines at end of file
#34
sloganking
closed
2 years ago
0
better error messages in main.rs
#33
sloganking
closed
2 years ago
0
formalize if whitespace lines should be allowed to change
#32
sloganking
closed
2 years ago
2
Get tests working on windows
#31
sloganking
opened
2 years ago
0
figure out if binary should be another repo/crate
#30
sloganking
closed
2 years ago
1
finalize naming
#29
sloganking
closed
2 years ago
1
const compatible file extension hashmap
#28
sloganking
closed
2 years ago
0
help command
#27
sloganking
closed
2 years ago
0
Verify Windows support
#26
sloganking
closed
2 years ago
1
tests for whitespace depth other than 4
#25
sloganking
closed
2 years ago
0
tests for tabs
#24
sloganking
closed
2 years ago
0
Add License
#23
sloganking
closed
2 years ago
1
Proper ReadMe
#22
sloganking
closed
2 years ago
1
leave a blank line at the end
#21
sloganking
closed
2 years ago
0
formalize handling only whitespace lines
#20
sloganking
closed
2 years ago
1
What to do with non structured comments that start with brackets?
#19
sloganking
closed
2 years ago
2
move redundancies to functions
#18
sloganking
closed
2 years ago
1
remove cur_line
#17
sloganking
closed
2 years ago
0
format based on tab_depth
#16
sloganking
closed
2 years ago
1
Don't remove text after //< when removing brackets
#15
sloganking
closed
2 years ago
0
test all pub functions
#14
sloganking
closed
2 years ago
1
Errors should show file path as well as line number
#13
sloganking
closed
2 years ago
1
format before removing brackets.
#12
sloganking
closed
2 years ago
0
auto detect tab depth
#11
sloganking
closed
2 years ago
2
convert_to_brackets() should ignore existing brackets
#10
sloganking
closed
2 years ago
0
convert_to_bracketless()
#9
sloganking
closed
2 years ago
1
Support tabs
#8
sloganking
closed
2 years ago
1
convert_to_brackets() doesn't handle EOF
#7
sloganking
closed
2 years ago
0
Utilize strfmt to allow code formatters to work on the bracketless version of structured commenting
#6
sloganking
closed
2 years ago
1
//<> shouldn't be valid unless there is a //> preceding it
#5
sloganking
closed
2 years ago
1
Don't go too deep
#4
sloganking
closed
2 years ago
2
convert to brackets
#3
sloganking
closed
2 years ago
1
multi-language support
#2
sloganking
closed
2 years ago
1
Next