Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add .editorconfig file #1771

Merged
merged 3 commits into from Aug 29, 2023

Conversation

SethFalco
Copy link
Contributor

@SethFalco SethFalco commented Jul 30, 2023

Topic and Scope

When contributing to the Cookbook app, everyone has different editor settings might may conflict with the project's conventions.

For example, I use spaces over tabs so when I hit the tab key, it inserts necessary number of spaces instead.

This just copies over the .editorconfig from nextcloud/server so that contributors have a more seamless experience when working with the project. As the file defines that the project uses tabs, editors will know to leave tabs as-is.

I removed redundant rules, like *.feature and build/psalm-baseline.xml which aren't relevant to this repository.

Concerns/issues

N/A

Formal requirements

There are some formal requirements that should be satisfied. Please mark those by checking the corresponding box.

  • I did check that the app can still be opened and does not throw any browser logs
  • I created tests for newly added PHP code (check this if no PHP changes were made)
  • I updated the OpenAPI specs and added an entry to the API changelog (check if API was not modified)
  • I notified the matrix channel if I introduced an API change

Signed-off-by: Seth Falco <seth@falco.fun>
@github-actions
Copy link

Test Results

     27 files  1 233 suites   7m 12s ⏱️
   498 tests    498 ✔️ 0 💤 0
4 482 runs  4 481 ✔️ 1 💤 0

Results for commit 02914c4.

Signed-off-by: Christian Wolf <github@christianwolf.email>
Signed-off-by: Christian Wolf <github@christianwolf.email>
@christianlupus christianlupus merged commit 09138c6 into nextcloud:master Aug 29, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants