4
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected 2 days ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Combine declaration and instantiation More... over 13 years ago
Return success when no editorconfig file found More... over 13 years ago
coding style fix. More... over 13 years ago
Print all error messages to stderr. More... over 13 years ago
The last parameter of split_file_path should be const. More... over 13 years ago
Add to_absolute_path function to make editorconfig accept relative path. More... over 13 years ago
Fix an invalid memory access: 14 is not enough for "/.editorconfig", we need 15. Now use sizeof instead of an abosolute value. More... over 13 years ago
Coding style fix. More... over 13 years ago
Use a string to store tab_width since we do not care the value of tab_wdith. More... over 13 years ago
Initialize config before we use it, and do not print indent_style if it is not set. More... over 13 years ago
Fix string comparison when matching property names More... over 13 years ago
Add editorconfig file More... over 13 years ago
Add inline license to inih source code More... over 13 years ago
Add inih, fnmatch, and basic editorconfig parser More... over 13 years ago
Match globs with `/` from .editorconfig directory More... over 13 years ago
Initial commit More... over 13 years ago
Use a new function as a wrapper of 'findfile()', to avoid the affect of 'suffixesadd' option. More... over 13 years ago
Use prefix for local variables (@xuhdev's advice) More... over 13 years ago
Add MIT license More... over 13 years ago
Update filename on buffer change (Fixes gh-1) More... over 13 years ago
Set options locally only (per advice of @xuhdev) More... over 13 years ago
Fix project name mispelling More... over 13 years ago
Change autocommand group name More... over 13 years ago
Remove unecessary README file More... over 13 years ago
Fix page title More... over 13 years ago
Link to example editconfig file More... over 13 years ago
Add editorconfig file (2 spaces for HTML and CSS) More... over 13 years ago
Add supported text editors and call to contribute More... over 13 years ago
Cleanup CSS slightly More... over 13 years ago
Add editorconfig file (4 spaces for vim files) More... over 13 years ago