praeclarum / praeclarum/sqlite-net
Inconsistent line endings and tabs/spaces
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 4.5k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
I noticed that the files in the project are pretty inconsistent both in regard to line endings (LF: SQLite.cs, MappingTest.cs; CR LF: InsertTest.cs) and in usage of tabs/spaces for indentation (SQLite.cs and InsertTest.cs mix both even inside a single file). This requires additional caution when commiting files to avoid unwanted changes and to stay consistent inside each individual file.
Wouldn't it be best to change all files in a single commit to follow a common convention?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the line endings and indentation in SQLite.cs, MappingTest.cs, and InsertTest.cs, then check the rest of the repository for the same inconsistencies. Define a single convention, normalize the affected files, and verify the resulting commit contains only intended whitespace and line-ending changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100