praeclarum / praeclarum/sqlite-net

Inconsistent line endings and tabs/spaces

Open
#98 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.