index
int64 0
0
| repo_id
stringclasses 16
values | file_path
stringlengths 34
106
| content
stringlengths 24
327k
|
---|---|---|---|
0 | hf_public_repos | hf_public_repos/experiment/.php-cs-fixer.dist.php | <?php
return (new PhpCsFixer\Config())
->setRules([
'@PSR12' => true,
'array_syntax' => ['syntax' => 'short'],
'ordered_imports' => ['sort_algorithm' => 'alpha'],
'no_unused_imports' => true,
'not_operator_with_successor_space' => true,
'trailing_comma_in_multiline' => true,
'phpdoc_scalar' => true,
'unary_operator_spaces' => true,
'binary_operator_spaces' => true,
'blank_line_before_statement' => [
'statements' => ['break', 'continue', 'declare', 'return', 'throw', 'try'],
],
'phpdoc_single_line_var_spacing' => true,
'phpdoc_var_without_name' => true,
'class_attributes_separation' => [
'elements' => [
'method' => 'one',
],
],
'method_argument_space' => [
'on_multiline' => 'ensure_fully_multiline',
'keep_multiple_spaces_after_comma' => true,
],
'single_trait_insert_per_statement' => true,
'no_extra_blank_lines' => [
'tokens' => [
'extra',
],
],
'no_singleline_whitespace_before_semicolons' => true,
'concat_space' => true,
'no_whitespace_before_comma_in_array' => true,
]);
|
0 | hf_public_repos | hf_public_repos/experiment/composer.lock | "{\n \"_readme\": [\n \"This file locks the dependencies of your project to a known state\(...TRUNCATED) |
0 | hf_public_repos | hf_public_repos/experiment/tailwind.config.js | "const defaultTheme = require('tailwindcss/defaultTheme');\n\n/** @type {import('tailwindcss').Confi(...TRUNCATED) |
0 | hf_public_repos | hf_public_repos/experiment/phpunit.xml | "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<phpunit xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-i(...TRUNCATED) |
0 | hf_public_repos | hf_public_repos/experiment/script.sh | "#!/bin/sh\nPATH=./node_modules/.bin:$PATH\n\nfunction composer_asdf {\n composer update\n}\n\nfunc(...TRUNCATED) |
0 | hf_public_repos | hf_public_repos/experiment/vite.config.js | "import { defineConfig } from 'vite';\nimport laravel from 'laravel-vite-plugin';\nimport vue from '(...TRUNCATED) |
0 | hf_public_repos | hf_public_repos/experiment/.editorconfig | "root = true\n\n[*]\ncharset = utf-8\nend_of_line = lf\nindent_size = 4\nindent_style = space\ninser(...TRUNCATED) |
0 | hf_public_repos | hf_public_repos/experiment/README.md | "> **Note**\n> asfawefawef\n>\n> This is a note\n\n> **Warning**\n> This is a warning\n\n```mermaid\(...TRUNCATED) |
0 | hf_public_repos | hf_public_repos/experiment/artisan | "#!/usr/bin/env php\n<?php\n\ndefine('LARAVEL_START', microtime(true));\n\n/*\n|--------------------(...TRUNCATED) |
0 | hf_public_repos | hf_public_repos/experiment/package-lock.json | "{\n \"name\": \"experiment\",\n \"lockfileVersion\": 3,\n \"requires\": true,\n \"packa(...TRUNCATED) |
End of preview. Expand
in Dataset Viewer.
- Downloads last month
- 32